.listArea {
        border: 1px solid #d1d1d1;
        PADDING-TOP: 2px;
    }

.cfxList a {font-weight: 600;}
.rdgk a{font-weight: 600;}
.listTitle h3 ,.listTitle h6{font-weight: 600;}
.listTitle h3 {text-align: center;
 padding: 8px 0;
 font-size: 20px;}
  body .listTitle h6{ padding-top:8px;padding-bottom:8px;font-size: 20px;}
    li {
        list-style: none;
    }
    #tab  .listArea li::before {color:red;}
    .listArea li::before {
        content: "·";
        font-weight: 1000;
        color: #005c80;
        float: left;
        margin-right: 8px;
    }
    
    li p a {
        color: #005c80;
    }
    
    .listTitle {
        background: linear-gradient(#fff, #dedbd7);
        border-top: 3px solid red;
    }
    
    .listTitle h6 {
    color: #d11921;
    margin: 0;
    font-size: 20px;
    padding: 5px 0 5px 14px;
    }
    
    .listTitle h6 span {
        color: #000;
float:right;
    }
    
    #PopScience .listArea li {
        display: inline-block;
        min-width: 50%;
        float: left;
    }

/*---------------------链接-----------------*/
.picArea, .selArea{  margin-top: 10px;
    display: flex;
    /* text-align: center; */
    flex-wrap: wrap;
    justify-content: space-evenly;}
@media only screen and (max-width: 980px){
.topNewsText a{font-size:16px;}
.topAd{display:none;}
body .picArea,body .selArea{
margin-top: 10px;
    display: flex;
    /* text-align: center; */
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-around;}
.sy_yldgtxt{margin:2px 0;}

}